home *** CD-ROM | disk | FTP | other *** search
- global gPanoMovieID, gPanoMovieObj, gTestCallbackFactory
-
- on mouseUp
- if the machineType = 256 then
- if objectp(gPanoMovieObj) then
- if the hilite of cast "MouseOverHandler Check" then
- gPanoMovieObj(mSetMouseOverCallback, gTestCallbackFactory, "TestMouseOverHandler")
- else
- gPanoMovieObj(mSetMouseOverCallback, gTestCallbackFactory, EMPTY)
- end if
- else
- beep()
- end if
- else
- if gPanoMovieID <> EMPTY then
- SetupHandler("MouseOverHandler")
- else
- beep()
- end if
- end if
- end
-